ImageGear .NET v24.12 - Updated
ImGearMprProcessor Constructor(IEnumerable<String>,ImGearMprViewType)




ImageGear24.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearMprProcessor Class > ImGearMprProcessor Constructor : ImGearMprProcessor Constructor(IEnumerable<String>,ImGearMprViewType)
Collection of one-paged files in corresponding orientation.
Orientation of pages.
Initializes a new instance of the ImGearMprProcessor class.
Syntax
'Declaration
 
Public Function New( _
   ByVal files As IEnumerable(Of String), _
   ByVal orientation As ImGearMprViewType _
)
'Usage
 
Dim files As IEnumerable(Of String)
Dim orientation As ImGearMprViewType
 
Dim instance As New ImGearMprProcessor(files, orientation)
public ImGearMprProcessor( 
   IEnumerable<string> files,
   ImGearMprViewType orientation
)
public: ImGearMprProcessor( 
   IEnumerable<string*>* files,
   ImGearMprViewType orientation
)
public:
ImGearMprProcessor( 
   IEnumerable<String^>^ files,
   ImGearMprViewType orientation
)

Parameters

files
Collection of one-paged files in corresponding orientation.
orientation
Orientation of pages.
Exceptions
ExceptionDescription
files is null reference (Nothing in Visual Basic).
Not enough pages.

-or-

Pages have different dimensions.

-or-

Pages have different color spaces.

-or-

Pages have different bit depths.

See Also

Reference

ImGearMprProcessor Class
ImGearMprProcessor Members
Overload List